- 24 Apr, 2017 33 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #30881
-
Kamil Trzciński authored
Properly expire cache for **all** MRs of a pipeline Closes #31040 See merge request !10770
-
Kamil Trzciński authored
Fix missing duration for blocked pipelines Closes #31264 See merge request !10856
-
Kamil Trzciński authored
Fix incorrect commit status text on main project page See merge request !10863
-
Rémy Coutable authored
Use `:empty_project` where possible in top-level feature specs See merge request !10836
-
Sean McGivern authored
Make handler metric params more explicit See merge request !10854
-
Douwe Maan authored
Documentation: correct typo (missing 's') in project pipeline job list endpoint See merge request !10862
-
Sean McGivern authored
Fix incorrect spec filenames which were ingored by CI See merge request !10875
-
Douwe Maan authored
Added test to prevent ‘Request access’ regression See merge request !10866
-
Sean McGivern authored
Fix updating merge_when_build_succeeds via merge API endpoint Closes #22740 See merge request !10873
-
Achilleas Pipinellis authored
Database SSL support for backup script. Closes #1440 See merge request !9715
-
Sean McGivern authored
Fix 9.1 Gitaly source update steps Closes #31288 See merge request !10877
-
Rémy Coutable authored
docs(api): add curl arguments for file upload See merge request !10848
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Except where necessary, use `sign_in` over `login_as` in features See merge request !10320
-
Rémy Coutable authored
Make location of gitlab_workhorse_secret configurable See merge request !10357
-
Yorick Peterse authored
Add index on ci_builds.updated_at Closes #31251 See merge request !10870
-
Chris Wilson authored
When updating a merge request via the `/merge` endpoint we check the `mergeable` and `mergeable_state` status, these will return `false` if the application option only_allow_merge_if_pipeline_succeeds is enabled. We should skip CI checks if the request uses the merge_when_pipeline_succeeds param Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22740
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
Add a transaction around `move_issues_to_ghost_user` See merge request !10465
-
Rémy Coutable authored
Fix wrong link to GDK in README file Closes #30817 See merge request !10701
-
Rémy Coutable authored
Mention new mechanism to generate frontend fixtures See merge request !10706
-
Sean McGivern authored
[#29801] Add "Slack Slash Commands" to API docs Closes #29801 See merge request !10757
-
Toon Claes authored
-
Toon Claes authored
Make it gracefully handle unexisting pipelines and refactor iterating all the merge request paths.
-
Toon Claes authored
And add some specs.
-
Toon Claes authored
Turn ExpirePipelineCacheService into Worker so it can fetch all the merge requests for which the pipeline runs or did run against.
-
Sean McGivern authored
Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] See merge request !10855
-
Phil Hughes authored
Fix border color on activities page Closes #31072 See merge request !10864
-
Timothy Andrew authored
-
Timothy Andrew authored
- While deleting a user, some of the user's associated records are moved to the ghost user so they aren't deleted. The user is blocked before these records are moved, to prevent the user from creating new records while the migration is happening, and so preventing a data race. - Previously, if the migration failed, the user would _remain_ blocked, which is not the expected behavior. On the other hand, we can't just stick the block + migration into a transaction, because we want the block to be committed before the migration starts (for the data race reason mentioned above). - One solution (implemented in this commit) is to block the user in a parent transaction, migrate the associated records in a nested sub-transaction, and then unblock the user in the parent transaction if the sub-transaction fails.
-
- 23 Apr, 2017 2 commits
-
-
TM Lee authored
- Reorder slash command api requests, include slack response example - Case fix and added changelog
-
blackst0ne authored
-
- 22 Apr, 2017 4 commits
-
-
Dmitriy Zaporozhets authored
submodule_links: handle urls that don't end with .git See merge request !10799
-
Felipe Artur authored
-
Felipe Artur authored
[ci skip]
-
Marcia Ramos authored
Reword backup & restore secrets description See merge request !10753
-
- 21 Apr, 2017 1 commit
-
-
James Edwards-Jones authored
-