- Jun 09, 2023
-
-
Rémy Coutable authored
Add testing for Ruby 3.1 and 3.2 to CI See merge request !45 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Brett Walker <bwalker@gitlab.com>
-
- Jun 08, 2023
-
-
- May 22, 2023
-
-
Brett Walker authored
and test using versions of gems that support 3.2
-
- Jan 18, 2023
-
-
Gabriel Mazetto authored
Add CODEOWNERS and list maintainers Closes #3251 See merge request !44 Merged-by: Gabriel Mazetto <brodock@gmail.com> Approved-by: Brett Walker <bwalker@gitlab.com>
-
Gabriel Mazetto authored
-
- Jan 16, 2023
-
-
Gabriel Mazetto authored
Bump version to 1.9.0 See merge request !43 Merged-by: Gabriel Mazetto <brodock@gmail.com> Approved-by: Gabriel Mazetto <brodock@gmail.com> Co-authored-by: Brett Walker <bwalker@gitlab.com>
-
- Jan 11, 2023
-
-
Brett Walker authored
-
Gabriel Mazetto authored
Add Ci for docutils 0.19, remove support for 0.14/0.15 See merge request !42 Merged-by: Gabriel Mazetto <brodock@gmail.com> Approved-by: Gabriel Mazetto <brodock@gmail.com> Co-authored-by: Brett Walker <bwalker@gitlab.com>
-
- Jan 04, 2023
-
-
Brett Walker authored
-
- Sep 30, 2022
-
-
Gabriel Mazetto authored
Add Ruby 3.0 build, drop 2.5/2.6 See merge request !38 Merged-by: Gabriel Mazetto <brodock@gmail.com> Approved-by: Matthias Käppler <mkaeppler@gitlab.com> Approved-by: Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by: Gabriel Mazetto <brodock@gmail.com> Co-authored-by: Chad Woolley <cwoolley@gitlab.com> Co-authored-by: Matthias Kaeppler <mkaeppler@gitlab.com>
-
-
- Sep 16, 2022
-
-
Chad Woolley authored
Release v1.8.1 See merge request !40 Merged-by: Chad Woolley <cwoolley@gitlab.com>
-
Chad Woolley authored
-
Chad Woolley authored
Fix compatibility with Busybox timeout(1) See merge request !37 Merged-by: Chad Woolley <cwoolley@gitlab.com> Approved-by: Alina Mihaila <amihaila@gitlab.com> Approved-by: Alexandru Croitor <acroitor@gitlab.com> Co-authored-by: Jakub Jirutka <jakub@jirutka.cz>
-
- Sep 07, 2022
-
-
Jakub Jirutka authored
Busybox timeout doesn't support option `--signal`, but all timeout(1) implementations support the short variant `-s`. > BusyBox v1.35.0 (2022-08-01 15:14:44 UTC) multi-call binary. > > Usage: timeout [-s SIG] [-k KILL_SECS] SECS PROG ARGS > > Run PROG. Send SIG to it if it is not gone in SECS seconds. > Default SIG: TERM.If it still exists in KILL_SECS seconds, send KILL.
-
- Dec 08, 2021
-
-
Chad Woolley authored
Disable configuration file processing in RST See merge request !34
-
-
- Dec 02, 2021
-
-
Chad Woolley authored
Ensure timeout is a number See merge request !35
-
Dominic Couture authored
-
- Dec 01, 2021
-
-
Luke Duncalfe authored
Wrap call to rest2html in a timeout See merge request !33
-
Chad Woolley authored
-
- Nov 18, 2020
-
-
Bob Van Landuyt authored
Enable Secret Detection and Dependency Scanning in CI See merge request !29
-
Michael Henriksen authored
-
- Jun 09, 2020
-
-
Bob Van Landuyt authored
Enable SAST scanning See merge request !26
-
-
- May 19, 2020
-
-
Bob Van Landuyt authored
Update RDoc website to date See merge request !25
-
- May 15, 2020
-
-
Bob Van Landuyt authored
Drop Ruby 2.4 support Closes #3146 See merge request !24
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- May 07, 2020
-
- May 01, 2020
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
To render RST files, this gem spawns a python3 process via `Popen.open3`. If the stdout buffer exceeded the maximum size, the pipe would be filled, causing a 60-second timeout on the backend. Since Open3.capture3 spawns separate threads to read stdout and stderr (https://github.com/ruby/ruby/blob/1ec544695fa02d714180ef9c34e755027b6a2103/lib/open3.rb#L257-L273), we can use that and clean up the implementation quite a bit. This will address gitlab-org/gitlab#13244.
-
- Apr 22, 2020
-
-
Bob Van Landuyt authored
Set 'workflow:rules', and 'default' See merge request !22
-
- Apr 21, 2020
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- Mar 23, 2020
-
-
Bob Van Landuyt authored
Update nokogiri and sanitize to the latest versions See merge request !21
-
- Mar 17, 2020
-
-
Bob Van Landuyt authored
Add CI tests with docutils 0.15.2 and 0.16 See merge request !20
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Update reST web site URL Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-