- 01 Apr, 2021 1 commit
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 12 Mar, 2021 1 commit
-
-
wortschi authored
- This replaces the HAML version of the CSV import and export modals with Vue components
-
- 26 Feb, 2021 1 commit
-
-
wortschi authored
- This enables the Vue notifications dropdown implementation by default and removes legacy code
-
- 25 Feb, 2021 1 commit
-
-
Lukas 'Eipi' Eipert authored
Inlining the partials makes it a lot easier to move this to a proper SFC template.
-
- 19 Feb, 2021 2 commits
-
-
Lukas Eipert authored
We are moving the InlineConflictLines HAML template straight to a Vue SFC, without adjusting anything. This will surely break linters, but we can improve the code later on.
-
Lukas Eipert authored
We are moving the DiffFileEditor HAML template straight to a Vue SFC, without adjusting anything. This will surely break linters, but we can improve the code later on.
-
- 12 Feb, 2021 1 commit
-
-
Martin Wortschack authored
- Render Vue component instead of HAML/bootstrap button and modal
-
- 11 Feb, 2021 1 commit
-
-
Lukas 'Eipi' Eipert authored
Currently the keyboard shortcut modal is rendered via HAML and injected into the DOM via JavaScript eval. This is rather inefficient and might even introduce security vulnerabilities. Thus we move the static HAML file to be a conditionally rendered Vue Component instead.
-
- 04 Jan, 2021 1 commit
-
-
peterhegman authored
Also remove now unused JS and HAML templates
-
- 01 Dec, 2020 1 commit
-
-
David O'Regan authored
Replace how to merge HAML modal with new Vue compenent and delete old code.
-
- 26 Nov, 2020 1 commit
-
-
Coung Ngo authored
Remove the `vue_issue_header` feature flag now that it has been defaulted to on with no major errors. This commit also removes unused Haml templates now that we've converted from Haml to Vue.
-
- 22 Oct, 2020 1 commit
-
-
Martin Wortschack authored
- This replaces the fa-refresh icon with the retry SVG
-
- 19 Oct, 2020 1 commit
-
-
Nicolas Dular authored
This makes the invite mail experiment the default experience and therefore improves our invitation emails by having one clear call to action with a neater design.
-
- 01 Oct, 2020 1 commit
-
-
Drew Blessing authored
Over 2 years ago an errant change resulted in LDAP sync settings no longer being shown in the admin area when editing a group. Since its been such a long time since the feature worked, and we haven't heard from users that they're missing this feature, it can be removed. There are many other group settings not available in admin area, too.
-
- 28 Sep, 2020 1 commit
-
-
Lukas 'Eipi' Eipert authored
The last use of `diff_notes_bundle.js` has been removed in a6c8b8ac. This removes all of those files, related HAML partials and svg icons.
-
- 07 Sep, 2020 1 commit
-
-
Jan Beckmann authored
Step 1 of splitting up !20257 See #22506
-
- 01 Sep, 2020 1 commit
-
-
Lukas 'Eipi' Eipert authored
This moves the following things to Core: - Jira DVCS Connector - Jira Connect App - Usage ping for those two features and removes any license check related to them. Co-authored-by:
Craig Norris <cnorris@gitlab.com>
-
- 25 Aug, 2020 1 commit
-
-
Nicolas Dular authored
This creates an experiment for a new invite email design that is simpler for our users and only has one call to action instead of multiple. In the first iteration, this is only for new users and we're tracking how many more users accept the invitation with the new design compared to the old one.
-
- 24 Aug, 2020 1 commit
-
-
Simon Knox authored
-
- 30 Jul, 2020 1 commit
-
-
samdbeckham authored
Removes the page, links to the page, and specs for the page
-
- 16 Jul, 2020 1 commit
-
-
Jiaan Louw authored
-
- 11 Jul, 2020 2 commits
-
-
Eduardo Sanz García authored
This reverts commit b8007b12130385f025d2657bf711947254417482.
-
Eduardo Sanz García authored
This reverts commit b8007b12130385f025d2657bf711947254417482.
-
- 01 Jul, 2020 1 commit
-
-
Simon Knox authored
Delete now-unused HAML templates
-
- 30 Jun, 2020 1 commit
-
-
Doug Stull authored
- add this in the UI for pipeline job for better visibility.
-
- 11 Jun, 2020 1 commit
-
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
- 28 May, 2020 1 commit
-
-
Doug Stull authored
- make use of new cops and gitlab-styles updates
-
- 22 May, 2020 1 commit
-
-
Corinna Wiesner authored
Refactor license page into different partials to make it easier readable and add translated strings for all texts.
-
- 18 May, 2020 1 commit
-
-
Gilang Gumilar authored
from ./app/views/shared/issuable/_bulk_update_sidebar.html.haml
-
- 13 May, 2020 1 commit
-
-
Ryan Cobb authored
This removes influxdb from our Gitlab::Metrics module. It also removes influxdb sampling.
-
- 12 May, 2020 1 commit
-
-
Alper Akgun authored
-
- 21 Apr, 2020 2 commits
-
-
nicolasdular authored
Replaces the pipeline quota page with a usage quota page for user namespaces. With that change users will also be able to see their storage usage.
-
Lee Tickett authored
-
- 10 Apr, 2020 1 commit
-
-
rpereira2 authored
-
- 10 Mar, 2020 1 commit
-
-
Lukas Eipert authored
This adds a deprecation message for Internet Explorer 11. We are also reformatting the outdated_browser alert style to match our new Pajamas style of a `danger` alert. We are also updating the documentation regarding this change.
-
- 04 Mar, 2020 1 commit
-
-
Lukas Eipert authored
In the past half year we seem to have translated a lot of files, this updates our `.haml-lint_todo.yml` to reflect that.
-
- 28 Feb, 2020 1 commit
-
-
Etienne Baqué authored
Added model and rspecs. Updated DeployToken model associations.
-
- 26 Feb, 2020 1 commit
-
-
Jacopo authored
Creates a custom notification when the pipeline is fixed. Sends an e-mail for the first green/successful pipeline after a red/failed pipeline on the same commit, branch, or tag.
-
- 16 Dec, 2019 1 commit
-
-
Justin Ho Tuan Duong authored
- Add Edit button in Group Hooks - Add controller, routes and views for editing Group Hooks - Add specs
-
- 04 Nov, 2019 1 commit
-
-
Doug Stull authored
- before when any of the integrations had a form error, all of them would display that message block. - now we have contained those error messages to the areas they affect.
-